home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
112m1.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-28
|
255b
|
12 lines
@echo off
del libsrc\c\sys\stat_ast.s
del libsrc\c\sys\gettimeo.s
cd objs
echo Fixing libgpp.a . . .
ar rs ../lib/libgpp.a obstack.o _regex.o string.o complex.o
cd ..
echo You may remove the objs and p_objs directories and this script now.